home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / prog / backpack / demodata / dep_dir / shared.dxr / 00878_CP-knapp 1.1.ls < prev    next >
Encoding:
Text File  |  1995-08-30  |  198 b   |  9 lines

  1. on mouseDown
  2.   set K to the clickOn
  3.   set the castNum of sprite K to the castNum of sprite K + 1
  4.   puppetSound("Klick")
  5.   updateStage()
  6.   repeat while the stillDown or soundBusy(1)
  7.   end repeat
  8. end
  9.